home *** CD-ROM | disk | FTP | other *** search
/ Software USA 3 #11 / Software USA Volume 3.11.iso / mac / Games / Get Rich Quick / GRQ Help / card_2867.txt < prev    next >
Text File  |  1997-06-29  |  3KB  |  139 lines

  1. -- card: 2867 from stack: in
  2. -- bmap block id: 4014
  3. -- flags: 0000
  4. -- background id: 2711
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A002
  11. -- rect: left=15 top=101 right=126 bottom=206
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Our Hero
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to cd 2
  24. end mouseUp
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: A002
  30. -- rect: left=15 top=125 right=149 bottom=206
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: The Objective
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect dissolve
  42.   go to cd 3
  43. end mouseUp
  44.  
  45.  
  46. -- part 4 (button)
  47. -- low flags: 00
  48. -- high flags: A002
  49. -- rect: left=15 top=148 right=172 bottom=206
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: How to Play
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect dissolve
  61.   go to cd 4
  62. end mouseUp
  63.  
  64.  
  65. -- part 5 (button)
  66. -- low flags: 00
  67. -- high flags: A002
  68. -- rect: left=15 top=171 right=195 bottom=206
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Winning the Game
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect dissolve
  80.   go to cd 8
  81. end mouseUp
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: A002
  87. -- rect: left=15 top=194 right=218 bottom=206
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Hints
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect dissolve
  99.   go to cd 9
  100. end mouseUp
  101.  
  102.  
  103. -- part 7 (button)
  104. -- low flags: 00
  105. -- high flags: A002
  106. -- rect: left=15 top=217 right=240 bottom=206
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Register
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   visual effect dissolve
  118.   go to cd 10
  119. end mouseUp
  120.  
  121.  
  122. -- part 8 (button)
  123. -- low flags: 00
  124. -- high flags: A002
  125. -- rect: left=15 top=239 right=263 bottom=206
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Credits
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   visual effect dissolve
  137.   go to cd 11
  138. end mouseUp
  139.